home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1998 August / PC Plus SuperCD 50a Issue 142 (CD142a) (August 1998).iso / trial / demon / TURNPIKE.1 / CLASSES.ZIP / JAVA / NET / SocketImplFactory.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-04-14  |  230 b   |  6 lines

  1. package java.net;
  2.  
  3. public interface SocketImplFactory {
  4.    SocketImpl createSocketImpl();
  5. }
  6.